fmt.ssave.maxWid (field)
7 uses
fmt (current package)
scan.go#L173: maxWid int // width of this arg.
scan.go#L202: if s.maxWid == hugeWid {
scan.go#L205: return s.maxWid, true
scan.go#L395: s.maxWid = hugeWid
scan.go#L1204: s.maxWid, widPresent, i = parsenum(format, i, end)
scan.go#L1206: s.maxWid = hugeWid
scan.go#L1220: if f := s.count + s.maxWid; f < s.argLimit {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |